Skip to content

Upgrade Hibernate ORM to 7.1.0.Final #2410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 8, 2025

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 8, 2025

Fix #2408

Port the PRs that we have already applied to the 3.1 branch

@@ -527,313 +544,313 @@
// covariance

@Override
public ReactiveQuerySqmImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {
public ReactiveSqmQueryImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.applyGraph(..) could be confused with overloaded method
applyGraph
, since dispatch depends on static types.
super.setHibernateLockMode( lockMode );
return this;
}

@Override
public ReactiveQuerySqmImpl<R> setTimeout(int timeout) {
public ReactiveSqmQueryImpl<R> setTimeout(int timeout) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.setTimeout(..) could be confused with overloaded method
SqmQueryImpl.setTimeout
, since dispatch depends on static types.
final TemporaryTableSessionUidColumn sessionUidColumn = temporaryTable.getSessionUidColumn();
final SharedSessionContractImplementor session = executionContext.getSession();
final JdbcCoordinator jdbcCoordinator = session.getJdbcCoordinator();
PreparedStatement preparedStatement = null;

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'PreparedStatement preparedStatement' is never read.
@DavideD DavideD force-pushed the 2408-orm-7.1.0.Final branch from f036525 to f9c0464 Compare August 8, 2025 12:49
@DavideD DavideD force-pushed the 2408-orm-7.1.0.Final branch from 76935e7 to 4c8b0c4 Compare August 8, 2025 14:19
@DavideD DavideD merged commit 08dadb9 into hibernate:main Aug 8, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Hibernate ORM to 7.1.0.Final
2 participants